home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_193.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  723 b   |  13 lines

  1. RATE
  2. Calculates the interest rate required for a present value to grow to a specified future value when compounded over a given term. If either the present value or the term is 0, the function returns a #ERROR! error.
  3.  
  4. Format: RATE (fv, pv, term)
  5.  
  6. Arguments:
  7. ΓÇó  fv: Future value of the investment.
  8. ΓÇó  pv: Present value of the investment.
  9. ΓÇó  term: Number of payments (must be a positive number).
  10.  
  11. Example:
  12. RATE (20000,5000,10*12) returns .0116 (when using a fixed format with a precision of 4).
  13. Shows that a monthly interest rate of 1.16% (or 13.9% annually) is required for ┬ú5,000 to grow to ┬ú20,000 in 10 years. The 10 represents the number of years, and is multiplied by 12 to find the number of monthly payments.